Skip to main content

All Questions

55votes
5answers
5kviews

Should security-critical code be reused or rewritten?

Usually, in programming, reusing code is always a better idea than writing your own implementation of an algorithm. If an implementation has been around for a long time and is still used by lots of ...
Hadrien G.'s user avatar

close